Skip to content

Correct typo in mdns-discovery archive checksum #1448

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2021
Merged

Correct typo in mdns-discovery archive checksum #1448

merged 1 commit into from
Sep 13, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Sep 13, 2021

Please check if the PR fulfills these requirements

  • The PR has no duplicates (please search among the Pull Requests
    before creating one)
  • The PR follows
    our contributing guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • UPGRADING.md has been updated with a migration guide (for breaking changes)
  • What kind of change does this PR introduce?

bug fix

  • What is the current behavior?

A typo in the checksum definition for the arm-linux-gnueabihf host version of the mdns-discovery tool caused installation to fail on that target:

Installing builtin:mdns-discovery@0.9.2...
Error initializing instance: installing builtin:mdns-discovery@0.9.2 tool: Cannot install tool builtin:mdns-discovery@0.9.2: testing local archive integrity: testing archive checksum: invalid checksum format: SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af
  • What is the new behavior?

The tool should install successfully on the arm-linux-gnueabihf host.

No breaking change.

  • Other information:

Fixes #1446
CC: @tuononh

@per1234 per1234 added type: bug architecture: armv6 Specific to hosts using an ARMv6 core architecture: arm Specific to ARM host architecture topic: code Related to content of the project itself labels Sep 13, 2021
A typo in the checksum definition for the arm-linux-gnueabihf  host version of the mdns-discovery tool caused installation to fail on that target:

Installing builtin:mdns-discovery@0.9.2...
Error initializing instance: installing builtin:mdns-discovery@0.9.2 tool: Cannot install tool builtin:mdns-discovery@0.9.2: testing local archive integrity: testing archive checksum: invalid checksum format: SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af
@per1234 per1234 changed the title [skip changelog] Correct typo in mdns-discovery archive checksum Correct typo in mdns-discovery archive checksum Sep 13, 2021
@per1234 per1234 merged commit b6c9edb into arduino:master Sep 13, 2021
@per1234 per1234 deleted the mdns-discovery-checksum branch September 13, 2021 09:52
@rsora rsora added the type: imperfection Perceived defect in any part of project label Sep 22, 2021
silvanocerza pushed a commit that referenced this pull request Sep 30, 2021
A typo in the checksum definition for the arm-linux-gnueabihf  host version of the mdns-discovery tool caused installation to fail on that target:

Installing builtin:mdns-discovery@0.9.2...
Error initializing instance: installing builtin:mdns-discovery@0.9.2 tool: Cannot install tool builtin:mdns-discovery@0.9.2: testing local archive integrity: testing archive checksum: invalid checksum format: SHA-256cc1096936abddb21af23fa10c435e8e9e37ec9df2c3d2c41d265d466b03de0af
@per1234 per1234 self-assigned this Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture: arm Specific to ARM host architecture architecture: armv6 Specific to hosts using an ARMv6 core topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to install mdns-discovery built-in tool
3 participants